readFieldHDF5

Read a field from disk using HDF5.

void
readFieldHDF5
(
T
)
(
ref T field
,
const string fileNameString
,
const bool isCheckpoint = false
)
if (
isField!T
)

Parameters

field
Type: T

field to be read

fileNameString
Type: string

name of the file to be read from

isCheckpoint
Type: bool

whether this is checkpoint related (reads checkpoint globals)

Meta